Color Hex Logo

#c025ff Color Hex

#C025FF
(192,37,255)
0 Favorites   0 Comments

Color spaces of #c025ff

RGB 19237255
HSL0.791.000.57
HSV283°85°100°
CMYK 0.250.850.00   0.00
XYZ40.449819.749696.2879
Yxy19.74960.25850.1262
Hunter Lab44.440584.6999-97.3534
CIE-Lab51.552984.9173-75.4997

#c025ff color RGB value is (192,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100101 11111111
Octal 300 45 377
Decimal 192 37 255
Hex C0 25 FF

RGB Percentages of Color #c025ff

%39.67
%7.64
%52.69

CMYK Percentages of Color #c025ff

%25
%85
%0
%0

Triadic Colors of #c025ff

#c025ff #ffc025 #25ffc0

Analogous Colors of #c025ff

#c025ff #ff25d1 #5325ff

Monochromatic Colors of #c025ff

#c025ff

Complementary Color

#c025ff #64ff25

#c025ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c025ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c025ff Color CSS Codes

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

#c025ff Text Font Color

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

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


#c025ff Background Color

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

This div background color is #c025ff


#c025ff Border Color

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

This div border color is #c025ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c025ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c025ff


Comments

No comments written yet.

Please login to write comment.