Color Hex Logo

#ce98ec Color Hex

#CE98EC
(206,152,236)
0 Favorites   0 Comments

Color spaces of #ce98ec

RGB 206152236
HSL0.770.690.76
HSV279°36°93°
CMYK 0.130.360.00   0.07
XYZ51.822241.634484.6618
Yxy41.63440.29090.2337
Hunter Lab64.524730.4417-32.6261
CIE-Lab70.618135.1182-34.5686

#ce98ec color RGB value is (206,152,236).

#ce98ec hex color red value is 206, green value is 152 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce98ec hue: 0.77 , saturation: 0.69 and the lightness value of ce98ec is 0.76.

The process color (four color CMYK) of #ce98ec color hex is 0.13, 0.36, 0.00, 0.07. Web safe color of #ce98ec is #cc99ff. Color #ce98ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011000 11101100
Octal 316 230 354
Decimal 206 152 236
Hex CE 98 EC

RGB Percentages of Color #ce98ec

%34.68
%25.59
%39.73

CMYK Percentages of Color #ce98ec

%13
%36
%0
%7

Triadic Colors of #ce98ec

#ce98ec #ecce98 #98ecce

Analogous Colors of #ce98ec

#ce98ec #ec98e0 #a498ec

Monochromatic Colors of #ce98ec

#ce98ec

Complementary Color

#ce98ec #b6ec98

#ce98ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce98ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce98ec Color CSS Codes

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

#ce98ec Text Font Color

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

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


#ce98ec Background Color

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

This div background color is #ce98ec


#ce98ec Border Color

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

This div border color is #ce98ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce98ec


Comments

No comments written yet.

Please login to write comment.