Color Hex Logo

#ce90ce Color Hex

#CE90CE
(206,144,206)
0 Favorites   0 Comments

Color spaces of #ce90ce

RGB 206144206
HSL0.830.390.69
HSV300°30°81°
CMYK 0.000.300.00   0.19
XYZ46.567437.524663.1811
Yxy37.52460.31620.2548
Hunter Lab61.257328.4942-18.2719
CIE-Lab67.668833.5297-22.5600

#ce90ce color RGB value is (206,144,206).

#ce90ce hex color red value is 206, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce90ce hue: 0.83 , saturation: 0.39 and the lightness value of ce90ce is 0.69.

The process color (four color CMYK) of #ce90ce color hex is 0.00, 0.30, 0.00, 0.19. Web safe color of #ce90ce is #cc99cc. Color #ce90ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010000 11001110
Octal 316 220 316
Decimal 206 144 206
Hex CE 90 CE

RGB Percentages of Color #ce90ce

%37.05
%25.90
%37.05

CMYK Percentages of Color #ce90ce

%0
%30
%0
%19

Triadic Colors of #ce90ce

#ce90ce #cece90 #90cece

Analogous Colors of #ce90ce

#ce90ce #ce90af #af90ce

Monochromatic Colors of #ce90ce

#ce90ce

Complementary Color

#ce90ce #90ce90

#ce90ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce90ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce90ce Color CSS Codes

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

#ce90ce Text Font Color

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

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


#ce90ce Background Color

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

This div background color is #ce90ce


#ce90ce Border Color

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

This div border color is #ce90ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce90ce


Comments

No comments written yet.

Please login to write comment.