Color Hex Logo

#cb61bb Color Hex

#CB61BB
(203,97,187)
0 Favorites   0 Comments

Color spaces of #cb61bb

RGB 20397187
HSL0.860.500.59
HSV309°52°80°
CMYK 0.000.520.08   0.20
XYZ37.872924.833849.8110
Yxy24.83380.33660.2207
Hunter Lab49.833548.4493-24.3797
CIE-Lab56.913153.6506-28.3933

#cb61bb color RGB value is (203,97,187).

#cb61bb hex color red value is 203, green value is 97 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb61bb hue: 0.86 , saturation: 0.50 and the lightness value of cb61bb is 0.59.

The process color (four color CMYK) of #cb61bb color hex is 0.00, 0.52, 0.08, 0.20. Web safe color of #cb61bb is #cc66cc. Color #cb61bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 10111011
Octal 313 141 273
Decimal 203 97 187
Hex CB 61 BB

RGB Percentages of Color #cb61bb

%41.68
%19.92
%38.40

CMYK Percentages of Color #cb61bb

%0
%52
%8
%20

Triadic Colors of #cb61bb

#cb61bb #bbcb61 #61bbcb

Analogous Colors of #cb61bb

#cb61bb #cb6186 #a661cb

Monochromatic Colors of #cb61bb

#cb61bb

Complementary Color

#cb61bb #61cb71

#cb61bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb61bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb61bb Color CSS Codes

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

#cb61bb Text Font Color

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

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


#cb61bb Background Color

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

This div background color is #cb61bb


#cb61bb Border Color

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

This div border color is #cb61bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb61bb


Comments

No comments written yet.

Please login to write comment.