Color Hex Logo

#cb648b Color Hex

#CB648B
(203,100,139)
0 Favorites   0 Comments

Color spaces of #cb648b

RGB 203100139
HSL0.940.500.59
HSV337°51°80°
CMYK 0.000.510.32   0.20
XYZ33.846023.674927.2119
Yxy23.67490.39940.2794
Hunter Lab48.656939.01620.9012
CIE-Lab55.760845.0855-2.2529

#cb648b color RGB value is (203,100,139).

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

The process color (four color CMYK) of #cb648b color hex is 0.00, 0.51, 0.32, 0.20. Web safe color of #cb648b is #cc6699. Color #cb648b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100100 10001011
Octal 313 144 213
Decimal 203 100 139
Hex CB 64 8B

RGB Percentages of Color #cb648b

%45.93
%22.62
%31.45

CMYK Percentages of Color #cb648b

%0
%51
%32
%20

Triadic Colors of #cb648b

#cb648b #8bcb64 #648bcb

Analogous Colors of #cb648b

#cb648b #cb7164 #cb64bf

Monochromatic Colors of #cb648b

#cb648b

Complementary Color

#cb648b #64cba4

#cb648b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb648b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb648b Color CSS Codes

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

#cb648b Text Font Color

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

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


#cb648b Background Color

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

This div background color is #cb648b


#cb648b Border Color

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

This div border color is #cb648b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb648b


Comments

No comments written yet.

Please login to write comment.