Color Hex Logo

#cb1acc Color Hex

#CB1ACC
(203,26,204)
0 Favorites   0 Comments

Color spaces of #cb1acc

RGB 20326204
HSL0.830.770.45
HSV300°87°80°
CMYK 0.000.870.00   0.20
XYZ35.897117.794958.6695
Yxy17.79490.31950.1584
Hunter Lab42.184078.0752-52.9317
CIE-Lab49.246480.1840-50.2536

#cb1acc color RGB value is (203,26,204).

#cb1acc hex color red value is 203, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb1acc hue: 0.83 , saturation: 0.77 and the lightness value of cb1acc is 0.45.

The process color (four color CMYK) of #cb1acc color hex is 0.00, 0.87, 0.00, 0.20. Web safe color of #cb1acc is #cc33cc. Color #cb1acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011010 11001100
Octal 313 32 314
Decimal 203 26 204
Hex CB 1A CC

RGB Percentages of Color #cb1acc

%46.88
%6.00
%47.11

CMYK Percentages of Color #cb1acc

%0
%87
%0
%20

Triadic Colors of #cb1acc

#cb1acc #cccb1a #1acccb

Analogous Colors of #cb1acc

#cb1acc #cc1a74 #721acc

Monochromatic Colors of #cb1acc

#cb1acc

Complementary Color

#cb1acc #1bcc1a

#cb1acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1acc Color CSS Codes

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

#cb1acc Text Font Color

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

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


#cb1acc Background Color

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

This div background color is #cb1acc


#cb1acc Border Color

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

This div border color is #cb1acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1acc


Comments

No comments written yet.

Please login to write comment.