Color Hex Logo

#cb068d Color Hex

#CB068D
(203,6,141)
0 Favorites   0 Comments

Color spaces of #cb068d

RGB 2036141
HSL0.890.940.41
HSV319°97°80°
CMYK 0.000.970.31   0.20
XYZ29.501414.749826.4914
Yxy14.74980.41700.2085
Hunter Lab38.405569.9063-14.0133
CIE-Lab45.289674.3567-19.1849

#cb068d color RGB value is (203,6,141).

#cb068d hex color red value is 203, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cb068d hue: 0.89 , saturation: 0.94 and the lightness value of cb068d is 0.41.

The process color (four color CMYK) of #cb068d color hex is 0.00, 0.97, 0.31, 0.20. Web safe color of #cb068d is #cc0099. Color #cb068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000110 10001101
Octal 313 6 215
Decimal 203 6 141
Hex CB 6 8D

RGB Percentages of Color #cb068d

%58.00
%1.71
%40.29

CMYK Percentages of Color #cb068d

%0
%97
%31
%20

Triadic Colors of #cb068d

#cb068d #8dcb06 #068dcb

Analogous Colors of #cb068d

#cb068d #cb062a #a706cb

Monochromatic Colors of #cb068d

#cb068d

Complementary Color

#cb068d #06cb44

#cb068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb068d Color CSS Codes

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

#cb068d Text Font Color

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

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


#cb068d Background Color

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

This div background color is #cb068d


#cb068d Border Color

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

This div border color is #cb068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb068d


Comments

No comments written yet.

Please login to write comment.