Color Hex Logo

#cb3cae Color Hex

#CB3CAE
(203,60,174)
0 Favorites   0 Comments

Color spaces of #cb3cae

RGB 20360174
HSL0.870.580.52
HSV312°70°80°
CMYK 0.000.700.14   0.20
XYZ33.884418.984241.9228
Yxy18.98420.35750.2003
Hunter Lab43.570962.5677-26.5478
CIE-Lab50.668767.1682-30.5530

#cb3cae color RGB value is (203,60,174).

#cb3cae hex color red value is 203, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb3cae hue: 0.87 , saturation: 0.58 and the lightness value of cb3cae is 0.52.

The process color (four color CMYK) of #cb3cae color hex is 0.00, 0.70, 0.14, 0.20. Web safe color of #cb3cae is #cc3399. Color #cb3cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111100 10101110
Octal 313 74 256
Decimal 203 60 174
Hex CB 3C AE

RGB Percentages of Color #cb3cae

%46.45
%13.73
%39.82

CMYK Percentages of Color #cb3cae

%0
%70
%14
%20

Triadic Colors of #cb3cae

#cb3cae #aecb3c #3caecb

Analogous Colors of #cb3cae

#cb3cae #cb3c67 #a13ccb

Monochromatic Colors of #cb3cae

#cb3cae

Complementary Color

#cb3cae #3ccb59

#cb3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3cae Color CSS Codes

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

#cb3cae Text Font Color

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

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


#cb3cae Background Color

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

This div background color is #cb3cae


#cb3cae Border Color

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

This div border color is #cb3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3cae


Comments

No comments written yet.

Please login to write comment.