Color Hex Logo

#ce65ec Color Hex

#CE65EC
(206,101,236)
0 Favorites   0 Comments

Color spaces of #ce65ec

RGB 206101236
HSL0.800.780.66
HSV287°57°93°
CMYK 0.130.570.00   0.07
XYZ45.247628.485382.4703
Yxy28.48530.28970.1824
Hunter Lab53.371657.9291-54.2553
CIE-Lab60.324761.4257-50.7152

#ce65ec color RGB value is (206,101,236).

#ce65ec hex color red value is 206, green value is 101 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce65ec hue: 0.80 , saturation: 0.78 and the lightness value of ce65ec is 0.66.

The process color (four color CMYK) of #ce65ec color hex is 0.13, 0.57, 0.00, 0.07. Web safe color of #ce65ec is #cc66ff. Color #ce65ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 11101100
Octal 316 145 354
Decimal 206 101 236
Hex CE 65 EC

RGB Percentages of Color #ce65ec

%37.94
%18.60
%43.46

CMYK Percentages of Color #ce65ec

%13
%57
%0
%7

Triadic Colors of #ce65ec

#ce65ec #ecce65 #65ecce

Analogous Colors of #ce65ec

#ce65ec #ec65c7 #8b65ec

Monochromatic Colors of #ce65ec

#ce65ec

Complementary Color

#ce65ec #83ec65

#ce65ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce65ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce65ec Color CSS Codes

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

#ce65ec Text Font Color

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

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


#ce65ec Background Color

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

This div background color is #ce65ec


#ce65ec Border Color

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

This div border color is #ce65ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce65ec


Comments

No comments written yet.

Please login to write comment.