Color Hex Logo

#ce25ce Color Hex

#CE25CE
(206,37,206)
0 Favorites   0 Comments

Color spaces of #ce25ce

RGB 20637206
HSL0.830.700.48
HSV300°82°81°
CMYK 0.000.820.00   0.19
XYZ37.255718.901260.0772
Yxy18.90120.32050.1626
Hunter Lab43.475576.8808-51.4978
CIE-Lab50.571478.9759-49.2605

#ce25ce color RGB value is (206,37,206).

#ce25ce hex color red value is 206, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce25ce hue: 0.83 , saturation: 0.70 and the lightness value of ce25ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 11001110
Octal 316 45 316
Decimal 206 37 206
Hex CE 25 CE

RGB Percentages of Color #ce25ce

%45.88
%8.24
%45.88

CMYK Percentages of Color #ce25ce

%0
%82
%0
%19

Triadic Colors of #ce25ce

#ce25ce #cece25 #25cece

Analogous Colors of #ce25ce

#ce25ce #ce257a #7a25ce

Monochromatic Colors of #ce25ce

#ce25ce

Complementary Color

#ce25ce #25ce25

#ce25ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce25ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce25ce Color CSS Codes

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

#ce25ce Text Font Color

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

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


#ce25ce Background Color

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

This div background color is #ce25ce


#ce25ce Border Color

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

This div border color is #ce25ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce25ce


Comments

No comments written yet.

Please login to write comment.