Color Hex Logo

#cb6684 Color Hex

#CB6684
(203,102,132)
0 Favorites   0 Comments

Color spaces of #cb6684

RGB 203102132
HSL0.950.490.60
HSV342°50°80°
CMYK 0.000.500.35   0.20
XYZ33.544823.865224.6682
Yxy23.86520.40870.2908
Hunter Lab48.852037.07804.2575
CIE-Lab55.952643.20462.1322

#cb6684 color RGB value is (203,102,132).

#cb6684 hex color red value is 203, green value is 102 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cb6684 hue: 0.95 , saturation: 0.49 and the lightness value of cb6684 is 0.60.

The process color (four color CMYK) of #cb6684 color hex is 0.00, 0.50, 0.35, 0.20. Web safe color of #cb6684 is #cc6699. Color #cb6684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 10000100
Octal 313 146 204
Decimal 203 102 132
Hex CB 66 84

RGB Percentages of Color #cb6684

%46.45
%23.34
%30.21

CMYK Percentages of Color #cb6684

%0
%50
%35
%20

Triadic Colors of #cb6684

#cb6684 #84cb66 #6684cb

Analogous Colors of #cb6684

#cb6684 #cb7b66 #cb66b7

Monochromatic Colors of #cb6684

#cb6684

Complementary Color

#cb6684 #66cbad

#cb6684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6684 Color CSS Codes

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

#cb6684 Text Font Color

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

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


#cb6684 Background Color

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

This div background color is #cb6684


#cb6684 Border Color

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

This div border color is #cb6684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6684


Comments

No comments written yet.

Please login to write comment.