Color Hex Logo

#cb4cbe Color Hex

#CB4CBE
(203,76,190)
0 Favorites   0 Comments

Color spaces of #cb4cbe

RGB 20376190
HSL0.850.550.55
HSV306°63°80°
CMYK 0.000.630.06   0.20
XYZ36.507321.583150.9570
Yxy21.58310.33480.1979
Hunter Lab46.457658.9680-32.5119
CIE-Lab53.581863.5331-35.3098

#cb4cbe color RGB value is (203,76,190).

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

The process color (four color CMYK) of #cb4cbe color hex is 0.00, 0.63, 0.06, 0.20. Web safe color of #cb4cbe is #cc33cc. Color #cb4cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001100 10111110
Octal 313 114 276
Decimal 203 76 190
Hex CB 4C BE

RGB Percentages of Color #cb4cbe

%43.28
%16.20
%40.51

CMYK Percentages of Color #cb4cbe

%0
%63
%6
%20

Triadic Colors of #cb4cbe

#cb4cbe #becb4c #4cbecb

Analogous Colors of #cb4cbe

#cb4cbe #cb4c7f #994ccb

Monochromatic Colors of #cb4cbe

#cb4cbe

Complementary Color

#cb4cbe #4ccb59

#cb4cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4cbe Color CSS Codes

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

#cb4cbe Text Font Color

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

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


#cb4cbe Background Color

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

This div background color is #cb4cbe


#cb4cbe Border Color

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

This div border color is #cb4cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,76,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 #cb4cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4cbe


Comments

No comments written yet.

Please login to write comment.