Color Hex Logo

#cb4fbd Color Hex

#CB4FBD
(203,79,189)
0 Favorites   0 Comments

Color spaces of #cb4fbd

RGB 20379189
HSL0.850.540.55
HSV307°61°80°
CMYK 0.000.610.07   0.20
XYZ36.609921.962650.4538
Yxy21.96260.33580.2014
Hunter Lab46.864357.4299-31.0263
CIE-Lab53.987362.1256-34.0979

#cb4fbd color RGB value is (203,79,189).

#cb4fbd hex color red value is 203, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb4fbd hue: 0.85 , saturation: 0.54 and the lightness value of cb4fbd is 0.55.

The process color (four color CMYK) of #cb4fbd color hex is 0.00, 0.61, 0.07, 0.20. Web safe color of #cb4fbd is #cc66cc. Color #cb4fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001111 10111101
Octal 313 117 275
Decimal 203 79 189
Hex CB 4F BD

RGB Percentages of Color #cb4fbd

%43.10
%16.77
%40.13

CMYK Percentages of Color #cb4fbd

%0
%61
%7
%20

Triadic Colors of #cb4fbd

#cb4fbd #bdcb4f #4fbdcb

Analogous Colors of #cb4fbd

#cb4fbd #cb4f7f #9b4fcb

Monochromatic Colors of #cb4fbd

#cb4fbd

Complementary Color

#cb4fbd #4fcb5d

#cb4fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4fbd Color CSS Codes

.mybgcolor {background-color:#cb4fbd; } 
.myforecolor {color:#cb4fbd; }
.mybordercolor {border:3px solid #cb4fbd; }

#cb4fbd Text Font Color

<p style="color:#cb4fbd">Text here</p>

This sample text font color is #cb4fbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb4fbd Background Color

<div style="background-color:#cb4fbd">
Div content here</div>

This div background color is #cb4fbd


#cb4fbd Border Color

<div style="border:3px solid #cb4fbd">
Div here</div>

This div border color is #cb4fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,79,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb4fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb4fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #cb4fbd;
  box-shadow:         1px 1px 3px 2px #cb4fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,79,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb4fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb4fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #cb4fbd;
  box-shadow:         1px 1px 3px 2px #cb4fbd;">
Div content here</div>

This div box has shadow with color #cb4fbd


Comments

No comments written yet.

Please login to write comment.