Color Hex Logo

#c30ebd Color Hex

#C30EBD
(195,14,189)
0 Favorites   0 Comments

Color spaces of #c30ebd

RGB 19514189
HSL0.840.870.41
HSV302°93°76°
CMYK 0.000.930.03   0.24
XYZ31.848015.590349.4748
Yxy15.59030.32860.1609
Hunter Lab39.484674.8790-46.6522
CIE-Lab46.432378.1790-46.1162

#c30ebd color RGB value is (195,14,189).

#c30ebd hex color red value is 195, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c30ebd hue: 0.84 , saturation: 0.87 and the lightness value of c30ebd is 0.41.

The process color (four color CMYK) of #c30ebd color hex is 0.00, 0.93, 0.03, 0.24. Web safe color of #c30ebd is #cc00cc. Color #c30ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001110 10111101
Octal 303 16 275
Decimal 195 14 189
Hex C3 E BD

RGB Percentages of Color #c30ebd

%48.99
%3.52
%47.49

CMYK Percentages of Color #c30ebd

%0
%93
%3
%24

Triadic Colors of #c30ebd

#c30ebd #bdc30e #0ebdc3

Analogous Colors of #c30ebd

#c30ebd #c30e62 #6f0ec3

Monochromatic Colors of #c30ebd

#c30ebd

Complementary Color

#c30ebd #0ec314

#c30ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30ebd Color CSS Codes

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

#c30ebd Text Font Color

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

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


#c30ebd Background Color

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

This div background color is #c30ebd


#c30ebd Border Color

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

This div border color is #c30ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,14,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30ebd


Comments

No comments written yet.

Please login to write comment.