Color Hex Logo

#ce62cc Color Hex

#CE62CC
(206,98,204)
0 Favorites   0 Comments

Color spaces of #ce62cc

RGB 20698204
HSL0.840.520.60
HSV301°52°81°
CMYK 0.000.520.01   0.19
XYZ40.720426.216860.0409
Yxy26.21680.32070.2065
Hunter Lab51.202352.3541-33.6830
CIE-Lab58.242356.9207-36.0018

#ce62cc color RGB value is (206,98,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 11001100
Octal 316 142 314
Decimal 206 98 204
Hex CE 62 CC

RGB Percentages of Color #ce62cc

%40.55
%19.29
%40.16

CMYK Percentages of Color #ce62cc

%0
%52
%1
%19

Triadic Colors of #ce62cc

#ce62cc #ccce62 #62ccce

Analogous Colors of #ce62cc

#ce62cc #ce6296 #9a62ce

Monochromatic Colors of #ce62cc

#ce62cc

Complementary Color

#ce62cc #62ce64

#ce62cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce62cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce62cc Color CSS Codes

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

#ce62cc Text Font Color

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

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


#ce62cc Background Color

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

This div background color is #ce62cc


#ce62cc Border Color

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

This div border color is #ce62cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce62cc


Comments

No comments written yet.

Please login to write comment.