Color Hex Logo

#c625ff Color Hex

#C625FF
(198,37,255)
0 Favorites   0 Comments

Color spaces of #c625ff

RGB 19837255
HSL0.791.000.57
HSV284°85°100°
CMYK 0.220.850.00   0.00
XYZ42.000320.548996.3604
Yxy20.54890.26430.1293
Hunter Lab45.330986.0560-94.3018
CIE-Lab52.452285.7863-73.9973

#c625ff color RGB value is (198,37,255).

#c625ff hex color red value is 198, green value is 37 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c625ff hue: 0.79 , saturation: 1.00 and the lightness value of c625ff is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 11111111
Octal 306 45 377
Decimal 198 37 255
Hex C6 25 FF

RGB Percentages of Color #c625ff

%40.41
%7.55
%52.04

CMYK Percentages of Color #c625ff

%22
%85
%0
%0

Triadic Colors of #c625ff

#c625ff #ffc625 #25ffc6

Analogous Colors of #c625ff

#c625ff #ff25cb #5925ff

Monochromatic Colors of #c625ff

#c625ff

Complementary Color

#c625ff #5eff25

#c625ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c625ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c625ff Color CSS Codes

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

#c625ff Text Font Color

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

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


#c625ff Background Color

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

This div background color is #c625ff


#c625ff Border Color

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

This div border color is #c625ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c625ff

Related Colors


Comments

No comments written yet.

Please login to write comment.