Color Hex Logo

#c625df Color Hex

#C625DF
(198,37,223)
0 Favorites   0 Comments

Color spaces of #c625df

RGB 19837223
HSL0.810.740.51
HSV292°83°87°
CMYK 0.110.830.00   0.13
XYZ37.269618.656671.4488
Yxy18.65660.29260.1465
Hunter Lab43.193378.4316-67.8401
CIE-Lab50.283080.2646-59.5157

#c625df color RGB value is (198,37,223).

#c625df hex color red value is 198, green value is 37 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c625df hue: 0.81 , saturation: 0.74 and the lightness value of c625df is 0.51.

The process color (four color CMYK) of #c625df color hex is 0.11, 0.83, 0.00, 0.13. Web safe color of #c625df is #cc33cc. Color #c625df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 11011111
Octal 306 45 337
Decimal 198 37 223
Hex C6 25 DF

RGB Percentages of Color #c625df

%43.23
%8.08
%48.69

CMYK Percentages of Color #c625df

%11
%83
%0
%13

Triadic Colors of #c625df

#c625df #dfc625 #25dfc6

Analogous Colors of #c625df

#c625df #df259b #6925df

Monochromatic Colors of #c625df

#c625df

Complementary Color

#c625df #3edf25

#c625df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c625df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c625df Color CSS Codes

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

#c625df Text Font Color

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

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


#c625df Background Color

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

This div background color is #c625df


#c625df Border Color

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

This div border color is #c625df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c625df


Comments

No comments written yet.

Please login to write comment.