Color Hex Logo

#cb648d Color Hex

#CB648D
(203,100,141)
0 Favorites   0 Comments

Color spaces of #cb648d

RGB 203100141
HSL0.930.500.59
HSV336°51°80°
CMYK 0.000.510.31   0.20
XYZ33.993523.733927.9888
Yxy23.73390.39660.2769
Hunter Lab48.717539.29610.0394
CIE-Lab55.820445.3429-3.3379

#cb648d color RGB value is (203,100,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100100 10001101
Octal 313 144 215
Decimal 203 100 141
Hex CB 64 8D

RGB Percentages of Color #cb648d

%45.72
%22.52
%31.76

CMYK Percentages of Color #cb648d

%0
%51
%31
%20

Triadic Colors of #cb648d

#cb648d #8dcb64 #648dcb

Analogous Colors of #cb648d

#cb648d #cb6f64 #cb64c1

Monochromatic Colors of #cb648d

#cb648d

Complementary Color

#cb648d #64cba2

#cb648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb648d Color CSS Codes

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

#cb648d Text Font Color

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

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


#cb648d Background Color

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

This div background color is #cb648d


#cb648d Border Color

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

This div border color is #cb648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb648d


Comments

No comments written yet.

Please login to write comment.