Color Hex Logo

#ce65cd Color Hex

#CE65CD
(206,101,205)
0 Favorites   0 Comments

Color spaces of #ce65cd

RGB 206101205
HSL0.830.520.60
HSV301°51°81°
CMYK 0.000.510.00   0.19
XYZ41.126726.837060.7700
Yxy26.83700.31950.2085
Hunter Lab51.804451.0505-33.2879
CIE-Lab58.823155.6664-35.6615

#ce65cd color RGB value is (206,101,205).

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

The process color (four color CMYK) of #ce65cd color hex is 0.00, 0.51, 0.00, 0.19. Web safe color of #ce65cd is #cc66cc. Color #ce65cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 11001101
Octal 316 145 315
Decimal 206 101 205
Hex CE 65 CD

RGB Percentages of Color #ce65cd

%40.23
%19.73
%40.04

CMYK Percentages of Color #ce65cd

%0
%51
%0
%19

Triadic Colors of #ce65cd

#ce65cd #cdce65 #65cdce

Analogous Colors of #ce65cd

#ce65cd #ce6599 #9b65ce

Monochromatic Colors of #ce65cd

#ce65cd

Complementary Color

#ce65cd #65ce66

#ce65cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce65cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce65cd Color CSS Codes

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

#ce65cd Text Font Color

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

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


#ce65cd Background Color

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

This div background color is #ce65cd


#ce65cd Border Color

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

This div border color is #ce65cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce65cd


Comments

No comments written yet.

Please login to write comment.