Color Hex Logo

#ce30cc Color Hex

#CE30CC
(206,48,204)
0 Favorites   0 Comments

Color spaces of #ce30cc

RGB 20648204
HSL0.840.620.50
HSV301°77°81°
CMYK 0.000.770.01   0.19
XYZ37.409619.595358.9373
Yxy19.59530.32270.1690
Hunter Lab44.266673.3835-47.9531
CIE-Lab51.376576.0088-46.8282

#ce30cc color RGB value is (206,48,204).

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

The process color (four color CMYK) of #ce30cc color hex is 0.00, 0.77, 0.01, 0.19. Web safe color of #ce30cc is #cc33cc. Color #ce30cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 11001100
Octal 316 60 314
Decimal 206 48 204
Hex CE 30 CC

RGB Percentages of Color #ce30cc

%44.98
%10.48
%44.54

CMYK Percentages of Color #ce30cc

%0
%77
%1
%19

Triadic Colors of #ce30cc

#ce30cc #ccce30 #30ccce

Analogous Colors of #ce30cc

#ce30cc #ce307d #8130ce

Monochromatic Colors of #ce30cc

#ce30cc

Complementary Color

#ce30cc #30ce32

#ce30cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce30cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce30cc Color CSS Codes

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

#ce30cc Text Font Color

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

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


#ce30cc Background Color

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

This div background color is #ce30cc


#ce30cc Border Color

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

This div border color is #ce30cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce30cc


Comments

No comments written yet.

Please login to write comment.