Color Hex Logo

#c30efd Color Hex

#C30EFD
(195,14,253)
0 Favorites   0 Comments

Color spaces of #c30efd

RGB 19514253
HSL0.790.980.52
HSV285°94°99°
CMYK 0.230.940.00   0.01
XYZ40.392319.008094.4685
Yxy19.00800.26250.1235
Hunter Lab43.598289.0777-97.9509
CIE-Lab50.696688.4302-75.7593

#c30efd color RGB value is (195,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001110 11111101
Octal 303 16 375
Decimal 195 14 253
Hex C3 E FD

RGB Percentages of Color #c30efd

%42.21
%3.03
%54.76

CMYK Percentages of Color #c30efd

%23
%94
%0
%1

Triadic Colors of #c30efd

#c30efd #fdc30e #0efdc3

Analogous Colors of #c30efd

#c30efd #fd0ec0 #4c0efd

Monochromatic Colors of #c30efd

#c30efd

Complementary Color

#c30efd #48fd0e

#c30efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30efd Color CSS Codes

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

#c30efd Text Font Color

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

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


#c30efd Background Color

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

This div background color is #c30efd


#c30efd Border Color

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

This div border color is #c30efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30efd


Comments

No comments written yet.

Please login to write comment.