Color Hex Logo

#cb71da Color Hex

#CB71DA
(203,113,218)
0 Favorites   0 Comments

Color spaces of #cb71da

RGB 203113218
HSL0.810.590.65
HSV291°48°85°
CMYK 0.070.480.00   0.15
XYZ43.188629.568769.7607
Yxy29.56870.30300.2075
Hunter Lab54.377146.6123-37.9995
CIE-Lab61.280351.2925-39.1752

#cb71da color RGB value is (203,113,218).

#cb71da hex color red value is 203, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cb71da hue: 0.81 , saturation: 0.59 and the lightness value of cb71da is 0.65.

The process color (four color CMYK) of #cb71da color hex is 0.07, 0.48, 0.00, 0.15. Web safe color of #cb71da is #cc66cc. Color #cb71da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110001 11011010
Octal 313 161 332
Decimal 203 113 218
Hex CB 71 DA

RGB Percentages of Color #cb71da

%38.01
%21.16
%40.82

CMYK Percentages of Color #cb71da

%7
%48
%0
%15

Triadic Colors of #cb71da

#cb71da #dacb71 #71dacb

Analogous Colors of #cb71da

#cb71da #da71b5 #9771da

Monochromatic Colors of #cb71da

#cb71da

Complementary Color

#cb71da #80da71

#cb71da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb71da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb71da Color CSS Codes

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

#cb71da Text Font Color

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

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


#cb71da Background Color

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

This div background color is #cb71da


#cb71da Border Color

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

This div border color is #cb71da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb71da


Comments

No comments written yet.

Please login to write comment.