Color Hex Logo

#cc35fb Color Hex

#CC35FB
(204,53,251)
0 Favorites   0 Comments

Color spaces of #cc35fb

RGB 20453251
HSL0.790.960.60
HSV286°79°98°
CMYK 0.190.790.00   0.02
XYZ43.587522.348693.2832
Yxy22.34860.27380.1404
Hunter Lab47.274381.8492-83.9009
CIE-Lab54.394982.1506-68.5817

#cc35fb color RGB value is (204,53,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 11111011
Octal 314 65 373
Decimal 204 53 251
Hex CC 35 FB

RGB Percentages of Color #cc35fb

%40.16
%10.43
%49.41

CMYK Percentages of Color #cc35fb

%19
%79
%0
%2

Triadic Colors of #cc35fb

#cc35fb #fbcc35 #35fbcc

Analogous Colors of #cc35fb

#cc35fb #fb35c7 #6935fb

Monochromatic Colors of #cc35fb

#cc35fb

Complementary Color

#cc35fb #64fb35

#cc35fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc35fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc35fb Color CSS Codes

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

#cc35fb Text Font Color

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

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


#cc35fb Background Color

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

This div background color is #cc35fb


#cc35fb Border Color

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

This div border color is #cc35fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc35fb


Comments

No comments written yet.

Please login to write comment.