Color Hex Logo

#ce30cd Color Hex

#CE30CD
(206,48,205)
0 Favorites   0 Comments

Color spaces of #ce30cd

RGB 20648205
HSL0.830.620.50
HSV300°77°81°
CMYK 0.000.770.00   0.19
XYZ37.530019.643559.5711
Yxy19.64350.32150.1683
Hunter Lab44.321073.5880-48.6660
CIE-Lab51.431776.1635-47.3153

#ce30cd color RGB value is (206,48,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 11001101
Octal 316 60 315
Decimal 206 48 205
Hex CE 30 CD

RGB Percentages of Color #ce30cd

%44.88
%10.46
%44.66

CMYK Percentages of Color #ce30cd

%0
%77
%0
%19

Triadic Colors of #ce30cd

#ce30cd #cdce30 #30cdce

Analogous Colors of #ce30cd

#ce30cd #ce307e #8030ce

Monochromatic Colors of #ce30cd

#ce30cd

Complementary Color

#ce30cd #30ce31

#ce30cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce30cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce30cd Color CSS Codes

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

#ce30cd Text Font Color

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

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


#ce30cd Background Color

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

This div background color is #ce30cd


#ce30cd Border Color

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

This div border color is #ce30cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce30cd


Comments

No comments written yet.

Please login to write comment.