Color Hex Logo

#330fca Color Hex

#330FCA
(51,15,202)
0 Favorites   0 Comments

Color spaces of #330fca

RGB 5115202
HSL0.700.860.43
HSV252°93°79°
CMYK 0.750.930.00   0.21
XYZ12.19675.309756.2592
Yxy5.30970.16530.0720
Hunter Lab23.042854.1564-128.6272
CIE-Lab27.599564.2671-85.3160

#330fca color RGB value is (51,15,202).

#330fca hex color red value is 51, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #330fca hue: 0.70 , saturation: 0.86 and the lightness value of 330fca is 0.43.

The process color (four color CMYK) of #330fca color hex is 0.75, 0.93, 0.00, 0.21. Web safe color of #330fca is #3300cc. Color #330fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 11001010
Octal 63 17 312
Decimal 51 15 202
Hex 33 F CA

RGB Percentages of Color #330fca

%19.03
%5.60
%75.37

CMYK Percentages of Color #330fca

%75
%93
%0
%21

Triadic Colors of #330fca

#330fca #ca330f #0fca33

Analogous Colors of #330fca

#330fca #910fca #0f48ca

Monochromatic Colors of #330fca

#330fca

Complementary Color

#330fca #a6ca0f

#330fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#330fca Color CSS Codes

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

#330fca Text Font Color

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

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


#330fca Background Color

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

This div background color is #330fca


#330fca Border Color

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

This div border color is #330fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,15,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #330fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #330fca;
  -webkit-box-shadow: 1px 1px 3px 2px #330fca;
  box-shadow:         1px 1px 3px 2px #330fca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,15,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330fca


Comments

No comments written yet.

Please login to write comment.