Color Hex Logo

#c30bfd Color Hex

#C30BFD
(195,11,253)
0 Favorites   0 Comments

Color spaces of #c30bfd

RGB 19511253
HSL0.790.980.52
HSV286°96°99°
CMYK 0.230.960.00   0.01
XYZ40.355018.933394.4561
Yxy18.93330.26250.1231
Hunter Lab43.512489.4007-98.2472
CIE-Lab50.609188.6915-75.9018

#c30bfd color RGB value is (195,11,253).

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

The process color (four color CMYK) of #c30bfd color hex is 0.23, 0.96, 0.00, 0.01. Web safe color of #c30bfd is #cc00ff. Color #c30bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001011 11111101
Octal 303 13 375
Decimal 195 11 253
Hex C3 B FD

RGB Percentages of Color #c30bfd

%42.48
%2.40
%55.12

CMYK Percentages of Color #c30bfd

%23
%96
%0
%1

Triadic Colors of #c30bfd

#c30bfd #fdc30b #0bfdc3

Analogous Colors of #c30bfd

#c30bfd #fd0bbe #4a0bfd

Monochromatic Colors of #c30bfd

#c30bfd

Complementary Color

#c30bfd #45fd0b

#c30bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30bfd Color CSS Codes

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

#c30bfd Text Font Color

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

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


#c30bfd Background Color

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

This div background color is #c30bfd


#c30bfd Border Color

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

This div border color is #c30bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30bfd


Comments

No comments written yet.

Please login to write comment.