Color Hex Logo

#c03cfd Color Hex

#C03CFD
(192,60,253)
0 Favorites   0 Comments

Color spaces of #c03cfd

RGB 19260253
HSL0.780.980.61
HSV281°76°99°
CMYK 0.240.760.00   0.01
XYZ41.083721.530094.9189
Yxy21.53000.26080.1367
Hunter Lab46.400476.8461-88.8061
CIE-Lab53.524778.3725-71.1859

#c03cfd color RGB value is (192,60,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111100 11111101
Octal 300 74 375
Decimal 192 60 253
Hex C0 3C FD

RGB Percentages of Color #c03cfd

%38.02
%11.88
%50.10

CMYK Percentages of Color #c03cfd

%24
%76
%0
%1

Triadic Colors of #c03cfd

#c03cfd #fdc03c #3cfdc0

Analogous Colors of #c03cfd

#c03cfd #fd3cda #5f3cfd

Monochromatic Colors of #c03cfd

#c03cfd

Complementary Color

#c03cfd #79fd3c

#c03cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03cfd Color CSS Codes

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

#c03cfd Text Font Color

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

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


#c03cfd Background Color

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

This div background color is #c03cfd


#c03cfd Border Color

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

This div border color is #c03cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03cfd


Comments

No comments written yet.

Please login to write comment.