Color Hex Logo

#ce4cca Color Hex

#CE4CCA
(206,76,202)
0 Favorites   0 Comments

Color spaces of #ce4cca

RGB 20676202
HSL0.840.570.55
HSV302°63°81°
CMYK 0.000.630.02   0.19
XYZ38.698722.555058.1910
Yxy22.55500.32400.1888
Hunter Lab47.492162.3386-39.4022
CIE-Lab54.611066.2286-40.5607

#ce4cca color RGB value is (206,76,202).

#ce4cca hex color red value is 206, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ce4cca hue: 0.84 , saturation: 0.57 and the lightness value of ce4cca is 0.55.

The process color (four color CMYK) of #ce4cca color hex is 0.00, 0.63, 0.02, 0.19. Web safe color of #ce4cca is #cc33cc. Color #ce4cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001100 11001010
Octal 316 114 312
Decimal 206 76 202
Hex CE 4C CA

RGB Percentages of Color #ce4cca

%42.56
%15.70
%41.74

CMYK Percentages of Color #ce4cca

%0
%63
%2
%19

Triadic Colors of #ce4cca

#ce4cca #cace4c #4ccace

Analogous Colors of #ce4cca

#ce4cca #ce4c89 #914cce

Monochromatic Colors of #ce4cca

#ce4cca

Complementary Color

#ce4cca #4cce50

#ce4cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4cca Color CSS Codes

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

#ce4cca Text Font Color

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

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


#ce4cca Background Color

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

This div background color is #ce4cca


#ce4cca Border Color

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

This div border color is #ce4cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4cca


Comments

No comments written yet.

Please login to write comment.