Color Hex Logo

#c023fd Color Hex

#C023FD
(192,35,253)
0 Favorites   0 Comments

Color spaces of #c023fd

RGB 19235253
HSL0.790.980.56
HSV283°86°99°
CMYK 0.240.860.00   0.01
XYZ40.068919.500494.5806
Yxy19.50040.25990.1265
Hunter Lab44.159384.6873-96.0762
CIE-Lab51.267684.9629-74.8502

#c023fd color RGB value is (192,35,253).

#c023fd hex color red value is 192, green value is 35 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c023fd hue: 0.79 , saturation: 0.98 and the lightness value of c023fd is 0.56.

The process color (four color CMYK) of #c023fd color hex is 0.24, 0.86, 0.00, 0.01. Web safe color of #c023fd is #cc33ff. Color #c023fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 11111101
Octal 300 43 375
Decimal 192 35 253
Hex C0 23 FD

RGB Percentages of Color #c023fd

%40.00
%7.29
%52.71

CMYK Percentages of Color #c023fd

%24
%86
%0
%1

Triadic Colors of #c023fd

#c023fd #fdc023 #23fdc0

Analogous Colors of #c023fd

#c023fd #fd23cd #5323fd

Monochromatic Colors of #c023fd

#c023fd

Complementary Color

#c023fd #60fd23

#c023fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c023fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c023fd Color CSS Codes

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

#c023fd Text Font Color

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

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


#c023fd Background Color

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

This div background color is #c023fd


#c023fd Border Color

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

This div border color is #c023fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,35,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c023fd


Comments

No comments written yet.

Please login to write comment.