Color Hex Logo

#cc25ef Color Hex

#CC25EF
(204,37,239)
0 Favorites   0 Comments

Color spaces of #cc25ef

RGB 20437239
HSL0.800.860.54
HSV290°85°94°
CMYK 0.150.850.00   0.06
XYZ41.143420.392583.4290
Yxy20.39250.28380.1407
Hunter Lab45.158183.6043-77.9270
CIE-Lab52.278183.9289-65.2923

#cc25ef color RGB value is (204,37,239).

#cc25ef hex color red value is 204, green value is 37 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc25ef hue: 0.80 , saturation: 0.86 and the lightness value of cc25ef is 0.54.

The process color (four color CMYK) of #cc25ef color hex is 0.15, 0.85, 0.00, 0.06. Web safe color of #cc25ef is #cc33ff. Color #cc25ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 11101111
Octal 314 45 357
Decimal 204 37 239
Hex CC 25 EF

RGB Percentages of Color #cc25ef

%42.50
%7.71
%49.79

CMYK Percentages of Color #cc25ef

%15
%85
%0
%6

Triadic Colors of #cc25ef

#cc25ef #efcc25 #25efcc

Analogous Colors of #cc25ef

#cc25ef #ef25ad #6725ef

Monochromatic Colors of #cc25ef

#cc25ef

Complementary Color

#cc25ef #48ef25

#cc25ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc25ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc25ef Color CSS Codes

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

#cc25ef Text Font Color

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

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


#cc25ef Background Color

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

This div background color is #cc25ef


#cc25ef Border Color

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

This div border color is #cc25ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc25ef


Comments

No comments written yet.

Please login to write comment.