Color Hex Logo

#ce3cac Color Hex

#CE3CAC
(206,60,172)
0 Favorites   0 Comments

Color spaces of #ce3cac

RGB 20660172
HSL0.870.600.52
HSV314°71°81°
CMYK 0.000.710.17   0.19
XYZ34.515919.332140.9420
Yxy19.33210.36410.2039
Hunter Lab43.968363.1812-24.4313
CIE-Lab51.073567.6124-28.7114

#ce3cac color RGB value is (206,60,172).

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

The process color (four color CMYK) of #ce3cac color hex is 0.00, 0.71, 0.17, 0.19. Web safe color of #ce3cac is #cc3399. Color #ce3cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111100 10101100
Octal 316 74 254
Decimal 206 60 172
Hex CE 3C AC

RGB Percentages of Color #ce3cac

%47.03
%13.70
%39.27

CMYK Percentages of Color #ce3cac

%0
%71
%17
%19

Triadic Colors of #ce3cac

#ce3cac #acce3c #3cacce

Analogous Colors of #ce3cac

#ce3cac #ce3c63 #a73cce

Monochromatic Colors of #ce3cac

#ce3cac

Complementary Color

#ce3cac #3cce5e

#ce3cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3cac Color CSS Codes

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

#ce3cac Text Font Color

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

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


#ce3cac Background Color

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

This div background color is #ce3cac


#ce3cac Border Color

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

This div border color is #ce3cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,60,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3cac


Comments

No comments written yet.

Please login to write comment.