Color Hex Logo

#c33cfd Color Hex

#C33CFD
(195,60,253)
0 Favorites   0 Comments

Color spaces of #c33cfd

RGB 19560253
HSL0.780.980.61
HSV282°76°99°
CMYK 0.230.760.00   0.01
XYZ41.851221.925794.9548
Yxy21.92570.26370.1381
Hunter Lab46.824977.5964-87.4550
CIE-Lab53.948178.8874-70.4800

#c33cfd color RGB value is (195,60,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111100 11111101
Octal 303 74 375
Decimal 195 60 253
Hex C3 3C FD

RGB Percentages of Color #c33cfd

%38.39
%11.81
%49.80

CMYK Percentages of Color #c33cfd

%23
%76
%0
%1

Triadic Colors of #c33cfd

#c33cfd #fdc33c #3cfdc3

Analogous Colors of #c33cfd

#c33cfd #fd3cd7 #623cfd

Monochromatic Colors of #c33cfd

#c33cfd

Complementary Color

#c33cfd #76fd3c

#c33cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33cfd Color CSS Codes

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

#c33cfd Text Font Color

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

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


#c33cfd Background Color

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

This div background color is #c33cfd


#c33cfd Border Color

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

This div border color is #c33cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33cfd


Comments

No comments written yet.

Please login to write comment.