Color Hex Logo

#c33dfd Color Hex

#C33DFD
(195,61,253)
0 Favorites   0 Comments

Color spaces of #c33dfd

RGB 19561253
HSL0.780.980.62
HSV282°76°99°
CMYK 0.230.760.00   0.01
XYZ41.904022.031494.9724
Yxy22.03140.26370.1386
Hunter Lab46.937677.2167-87.1096
CIE-Lab54.060378.5636-70.2983

#c33dfd color RGB value is (195,61,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 11111101
Octal 303 75 375
Decimal 195 61 253
Hex C3 3D FD

RGB Percentages of Color #c33dfd

%38.31
%11.98
%49.71

CMYK Percentages of Color #c33dfd

%23
%76
%0
%1

Triadic Colors of #c33dfd

#c33dfd #fdc33d #3dfdc3

Analogous Colors of #c33dfd

#c33dfd #fd3dd7 #633dfd

Monochromatic Colors of #c33dfd

#c33dfd

Complementary Color

#c33dfd #77fd3d

#c33dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33dfd Color CSS Codes

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

#c33dfd Text Font Color

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

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


#c33dfd Background Color

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

This div background color is #c33dfd


#c33dfd Border Color

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

This div border color is #c33dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33dfd


Comments

No comments written yet.

Please login to write comment.