Color Hex Logo

#c25fdc Color Hex

#C25FDC
(194,95,220)
0 Favorites   0 Comments

Color spaces of #c25fdc

RGB 19495220
HSL0.800.640.62
HSV288°57°86°
CMYK 0.120.570.00   0.14
XYZ39.258624.821170.4319
Yxy24.82110.29190.1845
Hunter Lab49.820853.4710-48.9440
CIE-Lab56.900758.1378-47.2774

#c25fdc color RGB value is (194,95,220).

#c25fdc hex color red value is 194, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c25fdc hue: 0.80 , saturation: 0.64 and the lightness value of c25fdc is 0.62.

The process color (four color CMYK) of #c25fdc color hex is 0.12, 0.57, 0.00, 0.14. Web safe color of #c25fdc is #cc66cc. Color #c25fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 11011100
Octal 302 137 334
Decimal 194 95 220
Hex C2 5F DC

RGB Percentages of Color #c25fdc

%38.11
%18.66
%43.22

CMYK Percentages of Color #c25fdc

%12
%57
%0
%14

Triadic Colors of #c25fdc

#c25fdc #dcc25f #5fdcc2

Analogous Colors of #c25fdc

#c25fdc #dc5fb8 #845fdc

Monochromatic Colors of #c25fdc

#c25fdc

Complementary Color

#c25fdc #79dc5f

#c25fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25fdc Color CSS Codes

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

#c25fdc Text Font Color

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

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


#c25fdc Background Color

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

This div background color is #c25fdc


#c25fdc Border Color

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

This div border color is #c25fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25fdc


Comments

No comments written yet.

Please login to write comment.