Color Hex Logo

#c433fd Color Hex

#C433FD
(196,51,253)
0 Favorites   0 Comments

Color spaces of #c433fd

RGB 19651253
HSL0.790.980.60
HSV283°80°99°
CMYK 0.230.800.00   0.01
XYZ41.678421.195394.8229
Yxy21.19530.26430.1344
Hunter Lab46.038481.0285-89.8898
CIE-Lab53.162681.7489-71.7458

#c433fd color RGB value is (196,51,253).

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

The process color (four color CMYK) of #c433fd color hex is 0.23, 0.80, 0.00, 0.01. Web safe color of #c433fd is #cc33ff. Color #c433fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110011 11111101
Octal 304 63 375
Decimal 196 51 253
Hex C4 33 FD

RGB Percentages of Color #c433fd

%39.20
%10.20
%50.60

CMYK Percentages of Color #c433fd

%23
%80
%0
%1

Triadic Colors of #c433fd

#c433fd #fdc433 #33fdc4

Analogous Colors of #c433fd

#c433fd #fd33d1 #5f33fd

Monochromatic Colors of #c433fd

#c433fd

Complementary Color

#c433fd #6cfd33

#c433fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c433fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c433fd Color CSS Codes

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

#c433fd Text Font Color

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

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


#c433fd Background Color

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

This div background color is #c433fd


#c433fd Border Color

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

This div border color is #c433fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c433fd


Comments

No comments written yet.

Please login to write comment.