Color Hex Logo

#c225cf Color Hex

#C225CF
(194,37,207)
0 Favorites   0 Comments

Color spaces of #c225cf

RGB 19437207
HSL0.820.700.48
HSV295°82°81°
CMYK 0.060.820.00   0.19
XYZ34.172217.297560.5692
Yxy17.29750.30500.1544
Hunter Lab41.590373.8797-57.2327
CIE-Lab48.632776.9450-53.0496

#c225cf color RGB value is (194,37,207).

#c225cf hex color red value is 194, green value is 37 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c225cf hue: 0.82 , saturation: 0.70 and the lightness value of c225cf is 0.48.

The process color (four color CMYK) of #c225cf color hex is 0.06, 0.82, 0.00, 0.19. Web safe color of #c225cf is #cc33cc. Color #c225cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100101 11001111
Octal 302 45 317
Decimal 194 37 207
Hex C2 25 CF

RGB Percentages of Color #c225cf

%44.29
%8.45
%47.26

CMYK Percentages of Color #c225cf

%6
%82
%0
%19

Triadic Colors of #c225cf

#c225cf #cfc225 #25cfc2

Analogous Colors of #c225cf

#c225cf #cf2587 #6d25cf

Monochromatic Colors of #c225cf

#c225cf

Complementary Color

#c225cf #32cf25

#c225cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c225cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c225cf Color CSS Codes

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

#c225cf Text Font Color

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

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


#c225cf Background Color

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

This div background color is #c225cf


#c225cf Border Color

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

This div border color is #c225cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c225cf


Comments

No comments written yet.

Please login to write comment.