Color Hex Logo

#cb69b5 Color Hex

#CB69B5
(203,105,181)
0 Favorites   0 Comments

Color spaces of #cb69b5

RGB 203105181
HSL0.870.490.60
HSV313°48°80°
CMYK 0.000.480.11   0.20
XYZ38.020726.135946.7569
Yxy26.13590.34280.2356
Hunter Lab51.123343.2858-18.4398
CIE-Lab58.165848.7290-23.0172

#cb69b5 color RGB value is (203,105,181).

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

The process color (four color CMYK) of #cb69b5 color hex is 0.00, 0.48, 0.11, 0.20. Web safe color of #cb69b5 is #cc66cc. Color #cb69b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101001 10110101
Octal 313 151 265
Decimal 203 105 181
Hex CB 69 B5

RGB Percentages of Color #cb69b5

%41.51
%21.47
%37.01

CMYK Percentages of Color #cb69b5

%0
%48
%11
%20

Triadic Colors of #cb69b5

#cb69b5 #b5cb69 #69b5cb

Analogous Colors of #cb69b5

#cb69b5 #cb6984 #b069cb

Monochromatic Colors of #cb69b5

#cb69b5

Complementary Color

#cb69b5 #69cb7f

#cb69b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb69b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb69b5 Color CSS Codes

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

#cb69b5 Text Font Color

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

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


#cb69b5 Background Color

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

This div background color is #cb69b5


#cb69b5 Border Color

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

This div border color is #cb69b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb69b5


Comments

No comments written yet.

Please login to write comment.