Color Hex Logo

#ce48ce Color Hex

#CE48CE
(206,72,206)
0 Favorites   0 Comments

Color spaces of #ce48ce

RGB 20672206
HSL0.830.580.55
HSV300°65°81°
CMYK 0.000.650.00   0.19
XYZ38.911522.212860.6291
Yxy22.21280.31960.1824
Hunter Lab47.130564.8936-43.2799
CIE-Lab54.252168.4537-43.4153

#ce48ce color RGB value is (206,72,206).

#ce48ce hex color red value is 206, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce48ce hue: 0.83 , saturation: 0.58 and the lightness value of ce48ce is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 11001110
Octal 316 110 316
Decimal 206 72 206
Hex CE 48 CE

RGB Percentages of Color #ce48ce

%42.56
%14.88
%42.56

CMYK Percentages of Color #ce48ce

%0
%65
%0
%19

Triadic Colors of #ce48ce

#ce48ce #cece48 #48cece

Analogous Colors of #ce48ce

#ce48ce #ce488b #8b48ce

Monochromatic Colors of #ce48ce

#ce48ce

Complementary Color

#ce48ce #48ce48

#ce48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce48ce Color CSS Codes

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

#ce48ce Text Font Color

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

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


#ce48ce Background Color

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

This div background color is #ce48ce


#ce48ce Border Color

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

This div border color is #ce48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce48ce


Comments

No comments written yet.

Please login to write comment.