Color Hex Logo

#c403cf Color Hex

#C403CF
(196,3,207)
0 Favorites   0 Comments

Color spaces of #c403cf

RGB 1963207
HSL0.820.970.41
HSV297°99°81°
CMYK 0.050.990.00   0.19
XYZ34.060016.305960.3837
Yxy16.30590.30750.1472
Hunter Lab40.380679.8943-60.3938
CIE-Lab47.373381.9840-55.0530

#c403cf color RGB value is (196,3,207).

#c403cf hex color red value is 196, green value is 3 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c403cf hue: 0.82 , saturation: 0.97 and the lightness value of c403cf is 0.41.

The process color (four color CMYK) of #c403cf color hex is 0.05, 0.99, 0.00, 0.19. Web safe color of #c403cf is #cc00cc. Color #c403cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 11001111
Octal 304 3 317
Decimal 196 3 207
Hex C4 3 CF

RGB Percentages of Color #c403cf

%48.28
%0.74
%50.99

CMYK Percentages of Color #c403cf

%5
%99
%0
%19

Triadic Colors of #c403cf

#c403cf #cfc403 #03cfc4

Analogous Colors of #c403cf

#c403cf #cf0374 #5e03cf

Monochromatic Colors of #c403cf

#c403cf

Complementary Color

#c403cf #0ecf03

#c403cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c403cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c403cf Color CSS Codes

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

#c403cf Text Font Color

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

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


#c403cf Background Color

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

This div background color is #c403cf


#c403cf Border Color

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

This div border color is #c403cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,3,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c403cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c403cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c403cf;
  box-shadow:         1px 1px 3px 2px #c403cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,3,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c403cf


Comments

No comments written yet.

Please login to write comment.