Color Hex Logo

#c625ef Color Hex

#C625EF
(198,37,239)
0 Favorites   0 Comments

Color spaces of #c625ef

RGB 19837239
HSL0.800.860.54
HSV288°85°94°
CMYK 0.170.850.00   0.06
XYZ39.530319.560983.3535
Yxy19.56090.27750.1373
Hunter Lab44.227782.1431-80.7812
CIE-Lab51.337182.9760-66.8595

#c625ef color RGB value is (198,37,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 11101111
Octal 306 45 357
Decimal 198 37 239
Hex C6 25 EF

RGB Percentages of Color #c625ef

%41.77
%7.81
%50.42

CMYK Percentages of Color #c625ef

%17
%85
%0
%6

Triadic Colors of #c625ef

#c625ef #efc625 #25efc6

Analogous Colors of #c625ef

#c625ef #ef25b3 #6125ef

Monochromatic Colors of #c625ef

#c625ef

Complementary Color

#c625ef #4eef25

#c625ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c625ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c625ef Color CSS Codes

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

#c625ef Text Font Color

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

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


#c625ef Background Color

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

This div background color is #c625ef


#c625ef Border Color

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

This div border color is #c625ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c625ef


Comments

No comments written yet.

Please login to write comment.