Color Hex Logo

#cb069d Color Hex

#CB069D
(203,6,157)
0 Favorites   0 Comments

Color spaces of #cb069d

RGB 2036157
HSL0.870.940.41
HSV314°97°80°
CMYK 0.000.970.23   0.20
XYZ30.779515.261133.2217
Yxy15.26110.38830.1925
Hunter Lab39.065572.2748-23.0751
CIE-Lab45.989876.1586-27.7642

#cb069d color RGB value is (203,6,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000110 10011101
Octal 313 6 235
Decimal 203 6 157
Hex CB 6 9D

RGB Percentages of Color #cb069d

%55.46
%1.64
%42.90

CMYK Percentages of Color #cb069d

%0
%97
%23
%20

Triadic Colors of #cb069d

#cb069d #9dcb06 #069dcb

Analogous Colors of #cb069d

#cb069d #cb063a #9706cb

Monochromatic Colors of #cb069d

#cb069d

Complementary Color

#cb069d #06cb34

#cb069d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb069d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb069d Color CSS Codes

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

#cb069d Text Font Color

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

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


#cb069d Background Color

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

This div background color is #cb069d


#cb069d Border Color

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

This div border color is #cb069d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb069d


Comments

No comments written yet.

Please login to write comment.