Color Hex Logo

#cb65ae Color Hex

#CB65AE
(203,101,174)
0 Favorites   0 Comments

Color spaces of #cb65ae

RGB 203101174
HSL0.880.500.60
HSV317°50°80°
CMYK 0.000.500.14   0.20
XYZ36.922325.059942.9354
Yxy25.05990.35190.2389
Hunter Lab50.059944.0502-15.8100
CIE-Lab57.133749.5952-20.5685

#cb65ae color RGB value is (203,101,174).

#cb65ae hex color red value is 203, green value is 101 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb65ae hue: 0.88 , saturation: 0.50 and the lightness value of cb65ae is 0.60.

The process color (four color CMYK) of #cb65ae color hex is 0.00, 0.50, 0.14, 0.20. Web safe color of #cb65ae is #cc6699. Color #cb65ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100101 10101110
Octal 313 145 256
Decimal 203 101 174
Hex CB 65 AE

RGB Percentages of Color #cb65ae

%42.47
%21.13
%36.40

CMYK Percentages of Color #cb65ae

%0
%50
%14
%20

Triadic Colors of #cb65ae

#cb65ae #aecb65 #65aecb

Analogous Colors of #cb65ae

#cb65ae #cb657b #b565cb

Monochromatic Colors of #cb65ae

#cb65ae

Complementary Color

#cb65ae #65cb82

#cb65ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb65ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb65ae Color CSS Codes

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

#cb65ae Text Font Color

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

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


#cb65ae Background Color

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

This div background color is #cb65ae


#cb65ae Border Color

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

This div border color is #cb65ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb65ae


Comments

No comments written yet.

Please login to write comment.