Color Hex Logo

#c625de Color Hex

#C625DE
(198,37,222)
0 Favorites   0 Comments

Color spaces of #c625de

RGB 19837222
HSL0.810.740.51
HSV292°83°87°
CMYK 0.110.830.00   0.13
XYZ37.135118.602870.7407
Yxy18.60280.29360.1471
Hunter Lab43.131078.2066-67.0521
CIE-Lab50.219280.0987-59.0496

#c625de color RGB value is (198,37,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100101 11011110
Octal 306 45 336
Decimal 198 37 222
Hex C6 25 DE

RGB Percentages of Color #c625de

%43.33
%8.10
%48.58

CMYK Percentages of Color #c625de

%11
%83
%0
%13

Triadic Colors of #c625de

#c625de #dec625 #25dec6

Analogous Colors of #c625de

#c625de #de259a #6a25de

Monochromatic Colors of #c625de

#c625de

Complementary Color

#c625de #3dde25

#c625de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c625de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c625de Color CSS Codes

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

#c625de Text Font Color

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

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


#c625de Background Color

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

This div background color is #c625de


#c625de Border Color

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

This div border color is #c625de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c625de


Comments

No comments written yet.

Please login to write comment.