Color Hex Logo

#cb0fbe Color Hex

#CB0FBE
(203,15,190)
0 Favorites   0 Comments

Color spaces of #cb0fbe

RGB 20315190
HSL0.840.860.43
HSV304°93°80°
CMYK 0.000.930.06   0.20
XYZ34.093716.755950.1525
Yxy16.75590.33760.1659
Hunter Lab40.934077.0373-43.9886
CIE-Lab47.951079.6111-44.1966

#cb0fbe color RGB value is (203,15,190).

#cb0fbe hex color red value is 203, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb0fbe hue: 0.84 , saturation: 0.86 and the lightness value of cb0fbe is 0.43.

The process color (four color CMYK) of #cb0fbe color hex is 0.00, 0.93, 0.06, 0.20. Web safe color of #cb0fbe is #cc00cc. Color #cb0fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001111 10111110
Octal 313 17 276
Decimal 203 15 190
Hex CB F BE

RGB Percentages of Color #cb0fbe

%49.75
%3.68
%46.57

CMYK Percentages of Color #cb0fbe

%0
%93
%6
%20

Triadic Colors of #cb0fbe

#cb0fbe #becb0f #0fbecb

Analogous Colors of #cb0fbe

#cb0fbe #cb0f60 #7a0fcb

Monochromatic Colors of #cb0fbe

#cb0fbe

Complementary Color

#cb0fbe #0fcb1c

#cb0fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0fbe Color CSS Codes

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

#cb0fbe Text Font Color

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

This sample text font color is #cb0fbe
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.


#cb0fbe Background Color

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

This div background color is #cb0fbe


#cb0fbe Border Color

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

This div border color is #cb0fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0fbe


Comments

No comments written yet.

Please login to write comment.