Color Hex Logo

#cc33fb Color Hex

#CC33FB
(204,51,251)
0 Favorites   0 Comments

Color spaces of #cc33fb

RGB 20451251
HSL0.790.960.59
HSV286°80°98°
CMYK 0.190.800.00   0.02
XYZ43.498322.170193.2534
Yxy22.17010.27370.1395
Hunter Lab47.085182.5033-84.4659
CIE-Lab54.207082.6974-68.8854

#cc33fb color RGB value is (204,51,251).

#cc33fb hex color red value is 204, green value is 51 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc33fb hue: 0.79 , saturation: 0.96 and the lightness value of cc33fb is 0.59.

The process color (four color CMYK) of #cc33fb color hex is 0.19, 0.80, 0.00, 0.02. Web safe color of #cc33fb is #cc33ff. Color #cc33fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 11111011
Octal 314 63 373
Decimal 204 51 251
Hex CC 33 FB

RGB Percentages of Color #cc33fb

%40.32
%10.08
%49.60

CMYK Percentages of Color #cc33fb

%19
%80
%0
%2

Triadic Colors of #cc33fb

#cc33fb #fbcc33 #33fbcc

Analogous Colors of #cc33fb

#cc33fb #fb33c6 #6833fb

Monochromatic Colors of #cc33fb

#cc33fb

Complementary Color

#cc33fb #62fb33

#cc33fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc33fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc33fb Color CSS Codes

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

#cc33fb Text Font Color

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

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


#cc33fb Background Color

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

This div background color is #cc33fb


#cc33fb Border Color

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

This div border color is #cc33fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc33fb


Comments

No comments written yet.

Please login to write comment.